Current Path : /home/areogun/ |
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 <p> 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=\"#\"><a> 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><em> element</em> or to imply any extra importance the <strong><strong> 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><q> 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><code> element</code>. For a larger code snippet use the <pre> 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 <small> 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\"><em> 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 <dl> element in conjunction with <dt> to define the definition term and <dd> 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><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></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><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></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><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></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&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><a data-lightbox=\"width:945;height:637;\" href=\"#wk-2\">Lightbox</a></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><a data-lightbox=\"width:1000;height:600;\" href=\"http://www.wikipedia.org\">Lightbox</a></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] [modal_box link target=\"reveal-b\"]reveal-b[/modal_box] [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] [modal_box button style=\"color\" target=\"reveal-b\"]reveal-b[/modal_box] [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><!-- create a link that will trigger the pop-up modal box -->\r\n<i>[</i>modal_box link target=\"mycontent\"]my link<i>[</i>/modal_box] \r\n\r\n<!-- create the content of the modal box -->\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><a data-spotlight=\"on\" href=\"/mypage.html\">\r\n <img src=\"/image.jpg\" width=\"180\" height=\"120\" alt=\"\" />\r\n</a></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><a data-spotlight=\"effect:bottom;\" href=\"/mypage.html\">\r\n <img src=\"/image.jpg\" width=\"180\" height=\"120\" alt=\"\" />\r\n <span class=\"overlay\">Custom Overlay</span>\r\n</a></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<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<i>[</i>/column] \r\n\r\n<i>[</i>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<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<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\" width=\"383\" height=\"253\" src=\"images/demo/gallery/column_3/1.jpg\" alt=\"gallery\" /><span class=\"gallery-desc\"><strong>Lorem ipsum dolor sit amet</strong>arcu sit ipsum dolor sit amet</span></a></p>\r\n<i>[</i>/column] \r\n\r\n<i>[</i>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\" width=\"383\" height=\"253\" src=\"images/demo/gallery/column_3/2.jpg\" alt=\"gallery\" /><span class=\"gallery-desc\"><strong>Lorem ipsum dolor sit amet</strong>arcu sit ipsum dolor sit amet</span></a></p>\r\n<i>[</i>/column]\r\n\r\n<i>[</i>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\" width=\"383\" height=\"253\" src=\"images/demo/gallery/column_3/3.jpg\" alt=\"gallery\" /><span class=\"gallery-desc\"><strong>Lorem ipsum dolor sit amet</strong>arcu sit ipsum dolor sit amet</span></a></p>\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<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\" width=\"275\" height=\"182\" src=\"images/demo/gallery/column_4/1.jpg\" alt=\"gallery\" /></a></p>\r\n<i>[</i>/column] \r\n\r\n<i>[</i>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\" width=\"275\" height=\"182\" src=\"images/demo/gallery/column_4/2.jpg\" alt=\"gallery\" /></a></p>\r\n<i>[</i>/column]\r\n\r\n<i>[</i>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\" width=\"275\" height=\"182\" src=\"images/demo/gallery/column_4/3.jpg\" alt=\"gallery\" /></a></p>\r\n<i>[</i>/column]\r\n\r\n<i>[</i>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\" width=\"275\" height=\"182\" src=\"images/demo/gallery/column_4/4.jpg\" alt=\"gallery\" /></a></p>\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<p><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\"><img class=\"pic3d\" src=\"images/demo/gallery/column_3/1.jpg\" alt=\"gallery\" width=\"383\" height=\"253\" /></a></p>\r\n<p>Your content here</p>\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<p><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\"><img class=\"pic3d\" src=\"images/demo/gallery/column_3/2.jpg\" alt=\"gallery\" width=\"383\" height=\"253\" /></a></p>\r\n<p>Your content here</p>\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<p><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\"><img class=\"pic3d\" src=\"images/demo/gallery/column_3/3.jpg\" alt=\"gallery\" width=\"383\" height=\"253\" /></a></p>\r\n<p>Your content here</p>\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<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><i>[</i>/blockquote]</p>\r\n\r\n<hr />\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<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<i>[</i>/column]\r\n\r\n<i>[</i>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<i>[</i>/column]\r\n\r\n<i>[</i>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<i>[</i>/column]\r\n\r\n<i>[</i>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<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<p><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\"><img class=\"pic3d\" width=\"213\" height=\"140\" src=\"images/demo/gallery/column_5/1.jpg\" alt=\"gallery\" /></a></p>\r\n<i>[</i>/column] \r\n\r\n<i>[</i>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=\"your caption here\" data-spotlight=\"on\"><img class=\"pic3d\" width=\"213\" height=\"140\" src=\"images/demo/gallery/column_5/2.jpg\" alt=\"gallery\" /></a></p>\r\n<i>[</i>/column]\r\n\r\n<i>[</i>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=\"your caption here\" data-spotlight=\"on\"><img class=\"pic3d\" width=\"213\" height=\"140\" src=\"images/demo/gallery/column_5/3.jpg\" alt=\"gallery\" /></a></p>\r\n<i>[</i>/column]\r\n\r\n<i>[</i>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=\"your caption here\" data-spotlight=\"on\"><img class=\"pic3d\" width=\"213\" height=\"140\" src=\"images/demo/gallery/column_5/4.jpg\" alt=\"gallery\" /></a></p>\r\n<i>[</i>/column]\r\n\r\n<i>[</i>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=\"your caption here\" data-spotlight=\"on\"><img class=\"pic3d\" width=\"213\" height=\"140\" src=\"images/demo/gallery/column_5/5.jpg\" alt=\"gallery\" /></a></p>\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<h3>Be kind whenever possible</h3>\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<h3>Make that idea your life</h3>\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<h3>You make me smile by Depard</h3>\r\n<i>[</i>audio src=\"images/demo/audio/sample.mp3\" type=\"audio/mpeg\"]<i>[</i>/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<i>[</i>/column]\r\n<i>[</i>column size=\"1-2\"]\r\n<h3>You make me smile by Depard</h3>\r\n<i>[</i>audio src=\"images/demo/audio/sample.mp3\" type=\"audio/mpeg\"]<i>[</i>/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<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’l Church and how you can be a part of this assignment. Keep Coming Back. Go and Win With JESUS. - Rev. & Rev.(Mrs.) Olusola Areogun.</span></p>\r\n<p> </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 & 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 & 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 & 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 & 07027950907[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Muyiwa OLATUNJI</strong> - 08053047866 & 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 & 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 & 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 HEADQUARTERS</strong></p>\r\n<p><strong>Km. 4 Gbongan-Osogbo Express Way, 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\"> 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\"> 2</td>\r\n<td valign=\"top\">Married Women Church</td>\r\n<td valign=\"top\">Pastor Dr. Ife Omonijo & Pastor Tunde Olajolo</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> 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\"> 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\"> 5</td>\r\n<td valign=\"top\">Single Sister Workers Church</td>\r\n<td valign=\"top\">Pastor Niyi Kuye </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> 6 </td>\r\n<td valign=\"top\">Single Sister Student Church</td>\r\n<td valign=\"top\">Sis. Victoria Adebiyi</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> 7 </td>\r\n<td valign=\"top\">Teenagers Church</td>\r\n<td valign=\"top\">Pastor Adebiyi Mathew</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><strong> </strong></td>\r\n<td valign=\"top\"><strong>SATELLITE BRANCHES IN OSOGBO</strong></td>\r\n<td valign=\"top\"> </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 Tunji Adedokun</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">3</td>\r\n<td valign=\"top\">DEEGOF 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. </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 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\"> Mr. Jacob Olagunju</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\">ile </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>LAGOS STATE</strong></td>\r\n<td valign=\"top\"> </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 </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 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, 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, Surulere</td>\r\n<td valign=\"top\">Pastor Kayode Olorunisola</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">9</td>\r\n<td valign=\"top\"> 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\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>OTA</strong></td>\r\n<td valign=\"top\"> </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. </td>\r\n<td valign=\"top\"> Pastor Michael Ademolu</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>AKURE</strong></td>\r\n<td valign=\"top\"> </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\"> 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\"> Pastor Femi Sarumi</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>BENIN</strong></td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\">Please call</td>\r\n<td valign=\"top\"> Mr. Niyi Olaiya</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>OWO</strong></td>\r\n<td valign=\"top\"> </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\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>IBADAN</strong></td>\r\n<td valign=\"top\"> </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 Enitan Egbeyemi.</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">3</td>\r\n<td valign=\"top\">The Dream Centre, 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\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>OGBOMOSO</strong></td>\r\n<td valign=\"top\"> </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\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>ABEOKUTA</strong></td>\r\n<td valign=\"top\"> </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 Abeokuta</td>\r\n<td valign=\"top\">Pastor Rufus Oyedele</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>FCT, ABUJA</strong></td>\r\n<td valign=\"top\"> </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\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>PORT-HARCOURT</strong></td>\r\n<td valign=\"top\"> </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 & Eliogbolo, Port-Harcourt.</td>\r\n<td valign=\"top\">Pastor Wale Olansebe</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>ILORIN</strong></td>\r\n<td valign=\"top\"> </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 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\"> Pastor Dr. Tomiwa Akintunde</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>OFFA</strong></td>\r\n<td valign=\"top\"> </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\"> Mr. Babarinde</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>ILE-IFE</strong></td>\r\n<td valign=\"top\"> </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\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>ILE-OLUJI</strong></td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\">The Squash Arena, Ile-Oluji Recreation Centre.</td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>OSU</strong></td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\">All For God Villa, Opposite Atakumosa West Local Govt. Secretariat, Osu</td>\r\n<td valign=\"top\"> Dr Soji Onabanjo</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>ILESHA</strong></td>\r\n<td valign=\"top\"> </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 Sunday Israel</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">3</td>\r\n<td valign=\"top\"> 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\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>IKIRUN</strong></td>\r\n<td valign=\"top\"> </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 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\"> Mr. Kehinde Adewuyi</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>EDE</strong></td>\r\n<td valign=\"top\"> </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\"> Mr. Yemi Oyelade</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>ILA ORANGUN</strong></td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\">Old Taste Meal Building, Sharp Corner Area, Along OSSCE.</td>\r\n<td valign=\"top\"> Mr. Yemi Obiremi</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>EJIGBO</strong></td>\r\n<td valign=\"top\"> </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\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>LONDON, UK</strong></td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1</td>\r\n<td valign=\"top\">The Dream Centre, London. Please Call:] +44-7508-782839</td>\r\n<td valign=\"top\">Pastor Sogo Adediran</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>ONLINE CHURCH</strong></td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1</td>\r\n<td valign=\"top\">The Dream Centre, Online Church</td>\r\n<td valign=\"top\">Pastor Kehinde Odeniyi</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>USA</strong></td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </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\"> </td>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\"><strong>TRAVELLING MINISTERS</strong></td>\r\n<td valign=\"top\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </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\"> </td>\r\n<td valign=\"top\">Travelling Minister</td>\r\n<td valign=\"top\">Pastor Charles Abiona</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </td>\r\n<td valign=\"top\">Travelling Minister</td>\r\n<td valign=\"top\">Pastor Samuel Binuomote</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"> </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\"> </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 & 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 & 08105434047[/li]</p>\r\n<p>[li]Asst Pastor Tunde Ogunkoya - 07064335373[/li]</p>\r\n<p>[li]Asst. Pastor Segun ADETUNJI - 07041838990 & 07027950907[/li]</p>\r\n<p>[li]Asst. Pastor Muyiwa OLATUNJI - 08053047866 & 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> only once. 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 <a href=\"https://cloud.i-attend.com/SelfCheck/\" target=\"_blank\" rel=\"noopener\">https://cloud.i-attend.com/SelfCheck/</a> </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>. </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 PIN: <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> </p>\r\n<p><span style=\"font-size: 12pt;\"><strong>b. Check-in using Mobile App: </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> - <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> - <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> </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. </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: </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 PIN: <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 & CHECK-IN”.</strong> Use the Camera of your phone to Scan the QR CODE provided in your respective branches. </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> </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> </p>\r\n<p><em><span style=\"font-size: 12pt;\">You must check-in for your attendance daily.</span></em></p>\r\n<p> </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&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>— 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&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&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 & 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 & 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 & 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 & 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 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.</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 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 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 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.</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 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.</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&view=itemlist&Itemid=622&month=2&year=2017&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&view=itemlist&Itemid=622&month=12&year=2016&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&view=itemlist&Itemid=622&month=4&year=2017&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&view=itemlist&Itemid=622&month=3&year=2017&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&view=itemlist&Itemid=622&month=5&year=2017&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